home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-01-21 | 350 b | 10 lines | [TEXT/ToyS] |
- tell application "MacSFTP Classic"
- set targ to make new progress window given url:"ftp://nono@127.0.0.1"
- SetTellTarget to targ
- Change directory "/Users/nono/Public/"
- upload file "Macintosh HD:Users:nono:Desktop:upload test"
- download "upload test" new name file "Macintosh HD:Users:nono:Desktop:download test"
- SetTellTarget
- close targ
- end tell
-